@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap&https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet);

*{
    background-color:#f3f1eb;
    color:#4f6753;
    font-family: 'Montserrat'; sans-serif;
}


#zgoraj {
    display: flex;
    justify-content: space-between;
    align-items: right;
    padding: 20px 40px;
    background-color: #f3f1eb;
}

#škg-logo {
    height: 40px;
}


#zgr-vrstica {
    float: right;
    width: 750px;
    word-spacing: 5%;
    text-align: center;
}


#glavno {
    padding-top: 50px;
    width: 100%;
    text-align: center;
    position: fixed;
    top: 200px;
}

a:link{
    text-decoration: none;
}

a:visited{
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
    color: #de7d00;
}

a:active{
    text-decoration: underline;
    color:#de7d00;
}


p {
    font-size: 14px;
    font-family: 'Montserrat';
    vertical-align: middle;
}

h2 {
    font-family: 'Montserrat';
    font-size: 30px;
    color: #93b4e1;
}


h3 {
    font-family: 'Montserrat';
    font-size: 45px;
    color: #de7d00;
    display:inline;
}

#trenutno {
    color: #de7d00;
}

#Naslov {
    width: 100%;
    text-align: left;
    margin: 40px 30px 20px;
    top: 100px;
    left: 30px;
}

h1 {
    font-size: 35px;
    color: #de7d00;
}

#besedilo {
    width:45%;
    float: left;
    padding-left: 30px;
}

#besedilo img {
    width:85%;
    padding-left: 5%;
}

#slika {
    width: 40%;
    float:inline-start;
    padding-left: 10px;
}

#slika img {
    width:375px;
    padding: 10px;
}

